Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Selecting multiple documents with code
~Bill Quetfoochekakol 26.Jan.04 07:33 AM a Web browser
Notes Client All Releases All Platforms


There is no way to directly control the checkmarks in the selection margin of a view, except to deselect all (NotesUIView.deselectAll).

The only hack that I know of to achieve what you want, is to write write the noteID/UNID (or other unique key) of the documents that you wish to select, to an environment variable or profile document (multi-value), and then trigger a Formula agent, set to "Select documents in view" that reads the above document keys and performs an appropriate

_keys := <retrieved document keys>;
SELECT _keys = <retrieved key from document>;

This agent will select any documents where <retrieved key from document> matches one of the entries of _keys.

Note that @NoteID and @Text(@DocumentUniqueID) has slightly different formats to their LotusScript counterparts notesDocument.noteID and notesDocument.universalID, so you have to reformat to compare.




Selecting multiple documents with c... (~Zelda Opfreebe... 25.Jan.04)
. . RE: Selecting multiple documents wi... (~Bill Quetfooch... 26.Jan.04)
. . . . RE: Selecting multiple documents wi... (~Zelda Opfreebe... 26.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS